home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / May 89 / U0015-MABuild -nodebug fr-May89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  842 b   |  31 lines  |  [TEXT/GEOL]

  1. Item    5555713                         6-May-89        14:15
  2.  
  3. From:   WILSON6                         Wilson, Dave - Personal Concepts
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MABuild -nodebug from menu
  8.  
  9. Hi folks,
  10.  
  11. Here is a menu item for your "Startup•Dave" file for use with MacApp 2.0 final
  12. and MPW 3.0.  It allows you to use the Build menu to build nodebug versions of
  13. your apps:
  14.  
  15. #  Create the Build Menu ===================================================
  16.    BuildMenu
  17.    AddMenu Build '(-' ''
  18.    AddMenu Build 'Build nodebug…/='
  19.    'Begin;
  20.     Set NewProgram "`Request "Program Name?" -d "{Program}" || Echo '""'`";
  21.     Exit If "{NewProgram}" == "";
  22.     Set Program "{NewProgram}";
  23.     Open "{Worksheet}";
  24.     Echo; Echo;
  25.     MABuild "{Program}" -noDebug;
  26.     End >> "{Worksheet}" ≥≥ Dev:StdOut'
  27.  
  28.  
  29. Dave
  30.  
  31.